home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / inprod.dir / 00080.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  382 b   |  22 lines

  1. on idle
  2.   if rollOver(3) then
  3.     set the castNum of sprite 3 to 20
  4.   else
  5.     set the castNum of sprite 3 to 19
  6.   end if
  7.   if rollOver(4) then
  8.     set the castNum of sprite 4 to 22
  9.   else
  10.     set the castNum of sprite 4 to 21
  11.   end if
  12.   if rollOver(19) then
  13.     set the ink of sprite 20 to 0
  14.   else
  15.     set the ink of sprite 20 to 39
  16.   end if
  17. end
  18.  
  19. on exitFrame
  20.   go(the frame)
  21. end
  22.